home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / export / outbound / outbound.def < prev    next >
Encoding:
Text File  |  1996-08-24  |  368 b   |  20 lines

  1. ;
  2. ;    File: Outbound.def
  3. ;
  4. ;    Copyright 1991-6, Adobe Systems Incorporated.
  5. ;    All rights reserved.
  6. ;
  7. ;    Window's def file for Export example plugin module.
  8. ;
  9. LIBRARY     Outbound
  10.  
  11. DESCRIPTION 'Outbound Photoshop Plugin Module'
  12.  
  13. CODE        PRELOAD MOVEABLE
  14. DATA        PRELOAD MOVEABLE SINGLE
  15. HEAPSIZE    2048
  16.  
  17. EXPORTS
  18.             ENTRYPOINT    @1
  19.             ExportProc    @2
  20.